the search() methods returns the position of the 1st occurance of a specified text in a string
the match() method searches a string for a match, as an array object
the includes() method return true if a string contains a specified value
this method is not supported in Internet explorer
check if the string startx with "hello"
the endswith() methods returns true of a string with aspecified value or text, otherwise it returns false